@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none!important; color:#6c6c6c;}
a:hover{ }
table { width:100%!important;max-width:100%!important;}
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
	font-family:impact;
	src: url('../fonts/impact_0.otf'); }
	
@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
	
@font-face {
	font-family:Barlow-Bold;
	src: url('../fonts/Barlow-Bold.ttf'); }
		
@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.woff2?t=1689738565086') format('woff2'),
url('../fonts/iconfont.woff?t=1689738565086') format('woff'),
url('../fonts/iconfont.ttf?t=1689738565086') format('truetype');}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{ margin:0 auto;padding:0px;width:100%; margin:0px;font-family:Microsoft YaHei;font-size:15px!important;color:#6c6c6c;}

.head_you{ width:67%;}

header .wd1300{ padding-top:0px; padding-bottom:0px;}

.nav ul li .navname{display:block;position:relative;}
.nav ul li .navname:after{
content:"";
width:0;
height:2px;
background:#fee303;
position:absolute;
bottom:0;
left:0;
-webkit-transition: all .6s cubic-bezier(.255, .255, .255, 1) 0s;
transition: all .6s cubic-bezier(.255, .255, .255, 1) 0s;
}
.nav ul li .navname:hover,.nav ul li.active .navname{color:#fee303;}
.nav ul li:hover .navname:after,.nav ul li.active .navname:after{width:100%;}

.nav{ width:90%; }

.nav li {float: left;list-style: none;text-align: center;box-sizing: border-box; position: relative;}



.nav li a {padding-right:0px;z-index: 1; color: #fff;
display: block;text-align: center;position: relative;height:55px;line-height: 55px; font-size:18px; overflow:hidden}
.nav  li a:hover{color:#fff}
header.bg .nav  li a:hover{color:#fee303}

.nav li.hover a, .nav li:hover a { color:#fee303 }
header.bg .nav li.hover a, header.bg .nav li:hover a{color:#fff }
.nav li .subnav {background: #fff;box-shadow: 0 5px 20px 8px rgba(0, 0, 0, 0.1);height: auto;left: -30px;overflow: hidden;position: absolute;top: 82px; width: 150px;z-index: 99; border-top:0px solid #3f7225; }
.nav li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav li .subnav a {text-align:center;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;color: #fff;display: block;font-size: 15px;font-weight: 500; margin-left:0px; margin-right:0px;line-height: 40px;height: 40px;transition: all 0.2s ease-in-out 0s;width: 100%;background: #fff;color: #b51400!important; border-bottom:rgba(255,255,255,0.1) solid 1px;}
.nav li .subnav a:hover {color: #fff!important;background:#b51400;}




header { position: fixed; top: 0;  left: 0; width: 100%; z-index: 999;transition: all .48s;
   background: linear-gradient(to bottom, #b51400, #d13606);
}
header .index_width{ padding-top:20px; padding-bottom:20px;}
.headBox {display: flex; padding-top:10px!important; padding-bottom:10px!important;align-items: center;
justify-content: space-between;transition: all .6s ease 0s;}
.headLogo a {display: block;}
.headLogo img { display: block;}
.headLogo .headLogo_img2 {display: none}
header.bg .headBox {
  display: flex;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  align-items: center;
  justify-content: space-between;}
header.bg {   background: linear-gradient(to bottom, #b51400, #d13606);box-shadow: 0 0 10px 1px #eee;border-bottom: 1px solid #ddd;}
header.bg .headLogo .headLogo_img1 { display: block}
header.bg .headLogo .headLogo_img2 { display: none}



.pc_daohang{ display:block}
.wap_daohang{ display:none}
.wap_foot{ display:none}



.yuyan { margin-top:10px;}
.yuyan a{ font-size:16px; text-align:center; color:#fff; margin-left:15px; line-height:35px;width:35px; height:35px; border-radius:50px;}
.yuyan a:nth-child(1){ background:#159a2f; margin-left:0px; }
.yuyan a:nth-child(2){ background:#ed9027; }
.sou{ background:#231815;line-height:35px;width:35px; height:35px; border-radius:50px; margin-top:10px;}
.sou .iconfont{ color:#fff;font-size:25px; text-align:center;  }


.wd1300{ width:1300px; margin:0 auto; padding-top:80px; padding-bottom:80px;}

.title{ text-align:center; margin:0 auto; padding-bottom:30px;}
.title1{ font-size:40px; color:#333; text-transform:uppercase;}
.title2{ font-size:45px; color:#333;margin-top:10px;}

.flex{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }



/*首页公司简介*/
.index_about .wd1300{width:100%;display: flex; align-items: stretch; padding-top:0px; padding-bottom:0px; height:93vh; position:relative }

.index_about .abtu{ width:50%;overflow:hidden;}
.index_about .abtu img{transition: all 0.8s;height:100%; display:block; }
.index_about .abtu:hover img{transform: scale(1.1);}
.index_about .abtxt{ width:50%; background:url(../images/historybg.jpg) no-repeat bottom; padding:80px 50px 50px 50px;}
.index_about .abtxt .abnr p{ margin-bottom:10px;}
.index_about .abtxt .abnr{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden; line-height:30px; margin-bottom:27px;  } 
.index_about .abtxt .ab1{ font-size:20px; text-transform:uppercase; color:#b51400;}
.index_about .abtxt .ab2 a{ color:#222}
.index_about .abtxt .ab2{ font-size:30px; margin-top:10px; margin-bottom:30px; color:#111;}

.abmore{ background:#b51400; width:120px; text-align:center; line-height:35px; border-radius:5px; transition: all 0.8s; cursor:pointer;}
.abmore a{ color:#fff;}
.abmore:hover{ width:150px;}

.ayoushi{ width:100%; margin:0 auto; margin-top:50px;}
.ayoushi ul li:nth-child(2){  margin-right:0px;}
.ayoushi ul li{ background:#fff; width:100%; margin-right:40px; padding:30px;box-shadow: 0px 0.25rem 1rem 0px rgba(100, 100, 100, 0.24);}
.ayoushi ul li .icontu{ float:right}
.ayoushi ul li .icontu img{ height:30px;}
.ayoushi ul li .ymiao{ display:flex;flex-wrap: wrap;}
.ayoushi ul li .ymiao h2{ color:#b51400; font-size:40px; font-weight:bold!important;}
.ayoushi ul li .ymiao span{ margin-top:25px; padding-left:10px;}
.ayoushi ul li .yms{ font-size:15px; font-weight:bold; color:#444;}

/*首页业务板块*/
.yewu{ padding-top:13px; padding-bottom:0px;}
.yewu ul {
    width: 100%; margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   /* position: relative;*/}

/*.yewu ul li:nth-child(4){ width:32.9%; height:240px;}
.yewu ul li:nth-child(5){ width:44.5%;height:240px;}
.yewu ul li:nth-child(6){ width:21%;height:115px;}
.yewu ul li:nth-child(7){ width:21%;height:115px; position:absolute;top:335px;right:0px;}*/







/*@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1600px) {
.yewu ul li {
  height:32vh;}
}
@media screen and (max-width: 1440px) {
.yewu ul li {
  height:32vh;}
}
@media screen and (max-width: 1200px)  {
.yewu ul li {
  height:31vh;}
}*/

.yewu ul li {
    width: calc((100% - 20px) / 3);
height: 30vh; 
    box-sizing: border-box;
    margin-bottom: 10px;
 /*   border-radius: 10px;*/
    overflow: hidden;
    position: relative;
    cursor: pointer; margin-left:0px; margin-right:0px;}

  
/*@media only screen and (min-width: 1600px) {
.yewu ul li {
  height:34vh;}}

  @media only screen and (min-width: 1350px) {
.yewu ul li {
  height:33vh;}}
   @media only screen and (min-width: 1024px) and (max-width:1200px){
.yewu ul li {
  height:31vh; border:1px solid #090;}}*/
 
  
.yewu  ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background-color: rgba(26, 90, 236, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); left: 0; transition: .5s;}

.yewu  ul li img { height: 100%;width: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}

.yewu  ul li .txtbox {
    position: absolute;
    width: 80%;
    height: 180px;
    margin-left: 10%;
    transition: .5s;
    bottom: -130px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;}

.yewu  ul li .txtbox a {width: auto;display: inline-block;text-align: center;color: #fff;}

.yewu  ul li .txtbox span {display: block;text-align: center;color: #fff;}

.yewu  ul li .title { font-size:18px;text-transform:capitalize; position: relative; margin-bottom:0px; padding-bottom:0px;font-weight: bold;} 

.yewu  ul li .title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -10px;
    bottom: -6px;}

.yewu  ul li .des,.yewu  ul li a {opacity: 0; transform: translateY(30px); transition: .5s;}

.yewu  ul li .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 20px 0;}

.yewu  ul li:hover::after { height: 100%; background-color: rgba(0, 0, 0, .3); background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));}

.yewu  ul li:hover .txtbox {bottom: 50%;transform: translateY(80%);}

.yewu  ul li:hover .des,
.yewu  ul li:hover a { opacity: 1;transform: translateY(0);}


/*底部*/
#section3{ height:auto!important; overflow:hidden;}
#section3 .foot{ padding-top:50px;}
.foot{ background:#af0f01}
.foot .foota{padding-bottom:20px; line-height:25px;}
.foot .wd1300{ padding-bottom:0px; padding-top:20px;}

.foot .foota{ color:#fff; font-size:14px;}
.foot .foota .ewm img{padding:2px; background:#fff; border-radius:5px;}
.foot .foota .ewm p{text-align:center; padding-top:5px;color:#fff;}
.foot .foota .ewm{ margin:0 auto; text-align:center; margin-top:10px;}

a.zzb07link{font-family: Arial, Helvetica, sans-serif;text-decoration:none;color: #fff;}
a.zzb07link:hover {text-decoration: underline;color: #fff;}
.zzb07tail{font-family:Arial, Helvetica, sans-serif;color:#fff;}


/*翻页*/
.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #555; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #555; font-weight: normal;}
.contentPage a:visited {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #103059; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0a63b5;font-weight:normal;}
.contentPage .current{color:#103059; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}

.nybanner{ margin-top:100px; width:100%;}
.nyabout{ background:url(../images/nyabout.jpg) no-repeat center; height:400px;}
.nynews{ background:url(../images/nynews.jpg) no-repeat center; height:400px;}
.nyjituan{ background:url(../images/nyjituan.jpg) no-repeat center; height:400px;}
.nyyewu{ background:url(../images/nyjob.jpg) no-repeat center; height:400px;}
.nycon{ background:url(../images/nycon.jpg) no-repeat center; height:400px;}
.nyly{ background:url(../images/nyly.jpg) no-repeat center; height:400px;}
/*内页*/
.p_list{ margin-top:-50px;}
.p_list ul{
display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;width:35%; margin:0 auto; text-align:center;
}
.plist_pro ul{ width:1300px!important}
.plist_pro ul li:nth-child(5){ width:130%;}
.p_list ul li:first-child{ }
.p_list ul li a{ display:block}
.p_list ul li{ cursor:pointer;background:#fff;display:inline-block; text-align:center; margin-left:1px; width:100%; line-height:50px;}
.p_list ul li.active{ background:#b51400;}
.p_list ul li.active a{ color:#fff;}
.p_list ul li:hover{ background:#b51400;}
.p_list ul li:hover a{ color:#fff;}

.pyewu ul{ width:90%!important}

.weizhi{ background:#fafafa; margin:0 auto; line-height:60px;font-size:15px; }
.dingwei i{font-style:normal; color:#b51400}
.dingwei{ width:1200px; margin:0 auto;background:url(../images/dw.png) no-repeat left; padding-left:25px; background-size:auto 20px; font-size:15px;}
.dingwei a{ color:#555}
.dingwei span{ padding-left:8px; padding-right:8px;}


.nymain{ width:1200px; margin:0 auto; padding-top:50px; padding-bottom:60px;}
.ntitle{ text-align:center; margin:0 auto;}
.ntitle1{ font-size:38px; color:#333;}
.ntitle1 i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background: #b51400;
  margin: 0 30px;
}
.ntitle2{ font-size:40px; color:#dadada; text-transform:uppercase}
.neirong{ margin-top:50px; line-height:30px;/*padding: 50px;*/
border-radius: 10px;
/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/}

/*内页公司简介*/
.jieshao p{ margin-bottom:15px; line-height:30px;}

.neiabout {width:100%;display: block; align-items: stretch; padding-top:0px; padding-bottom:0px; position:relative; background:url(../images/historybg.jpg) no-repeat center bottom; }
.neiabout .wd1300{ display:flex; padding-top:0px; padding-bottom:0px;}
.neiabout .abtu{ width:100%;overflow:hidden;}
.neiabout .abtu img{transition: all 0.8s; height:100%; }
.neiabout .abtu:hover img{transform: scale(1.1);}
.neiabout .abtxt{ width:80%; padding:50px 50px 50px 50px;}
.neiabout .abjs{ padding:50px; line-height:30px;}
.neiabout .abtxt .abnr p{ margin-bottom:10px;}
.neiabout .abtxt .abnr{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden; line-height:30px; margin-bottom:27px; } 
.neiabout .abtxt .ab1{ font-size:20px; text-transform:uppercase; color:#b51400;}
.neiabout .abtxt .ab2 a{ color:#222}
.neiabout .abtxt .ab2{ font-size:30px; margin-top:10px; margin-bottom:30px; color:#111;}

.neiabout .ayoushi{ width:20%; margin-top:165px;}
.neiabout .ayoushi ul { display:block}
.neiabout .ayoushi ul li:nth-child(2){  margin-right:0px; margin-top:40px;}
.neiabout .ayoushi ul li{ background:#fff; width:100%; padding:30px;box-shadow: 0px 0.25rem 1rem 0px rgba(100, 100, 100, 0.24);}
.neiabout .ayoushi ul li .icontu{ float:right}
.neiabout .ayoushi ul li .icontu img{ height:30px;}
.neiabout .ayoushi ul li .ymiao{ display:flex;flex-wrap: wrap;}
.neiabout .ayoushi ul li .ymiao h2{ color:#b51400; font-size:40px; font-weight:bold!important;}
.neiabout .ayoushi ul li .ymiao span{ margin-top:25px; padding-left:10px;}
.neiabout .ayoushi ul li .yms{ font-size:15px; font-weight:bold; color:#444;}

/*发展历程*/
/*licheng s*/
.fzlc{ width:94%; margin:0 auto; }
.event_year{width:12%;text-align:center;float:left;margin-top:15px; }
.event_year li{height:40px;line-height:40px;background:#FFF;margin-bottom:1px;font-size:18px;color:#828282;cursor:pointer;}
.event_year li.current{color:#FFF;text-align:center; background:#646464}
.event_list{width:85%;float:right;/*padding-top:10px; */position:relative; /*padding-bottom:10px;*/}
.event_list h3{margin:0 0 5px -3px;font-size:20px;color:#b51400;padding-left:25px;line-height:50px;padding-top:10px;}
.box_lc{ position:relative}
.box_lc .event_list .wsmm::before {background:#b51400; position:absolute; width:10px; height:10px; border-radius:50px;content: '';
position: absolute; border:3px solid #b51400;
top:30px; z-index:11;
left: -4px;}
.box_lc .event_list .wsmm{ position:relative; }
.event_list li::before {background:#ddd; content: '';
position: absolute;
top: 0;
width: 2px;
height: calc(100%);
left: 0%;
}
.event_list li {width:96%;text-align:left;border-bottom:2px solid #DDD;padding:15px;background:#f0f0f0;margin:0;width:100%;margin-left:20px;display:inline-block; font-size:14px; color:#333;line-height:25px;}
/*.event_list li .jiejie{width:96%;text-align:left;border-bottom:2px solid #DDD;padding:5px 1%;background:#f0f0f0;margin:0;width:100%;margin-left:20px;display:inline-block;padding-left:10px; font-size:14px; color:#333;line-height:25px;}*/
.event_list li dl{  display:flex}
.event_list li dl dd{ display:inline-block; margin-right:5px;margin-top:10px;}
.event_list li dl dd img{ max-height:120px;}
.rrlist { text-align:center;}
.rrlist a { display:inline-block; margin:0 20px; text-align:center;color:#fff; font-size:16px;font-family:Microsoft YaHei; background:#0d70a9; overflow:hidden; line-height:30px; border:#bee2f8 3px solid; width:120px; text-decoration:none;}
.rrlist a:hover { background:#70c71e;border:#dff2cd 3px solid;}

/*合作伙伴*/
.hezuo ul{text-align:center;}
.hezuo ul li{ width:31%; text-align:center; margin-left:10px; margin-right:10px; display:inline-block; }

.hezuo_tu{  display: flex;justify-content: center;
align-items: center; height:180px;border:3px solid #eee; overflow:hidden;}
.hezuo_tu img{max-width:100%;max-height:100%; transition: all 0.8s;}
.hezuo ul li:hover img{   transform: scale(1.1);}
.factory_name{ padding-top:10px;}

/*内页新闻*/
.ny_news ul{}
.ny_news ul li{border-bottom:1px solid #e6e6e6;padding-bottom:20px;margin-top:16px;}
.ny_news ul li .time{float:left;width:8%;background:#f2f2f2;text-align:center;padding:10px 0; border-radius:10px;font-family:Arial;}
.ny_news ul li .time h1{font-size:32px;font-weight:bold;}
.ny_news ul li .time h2{font-size:14px;color:#999999;line-height:20px;}
.ny_news ul li .txt {float:left;margin-left:3%;width:75%;}

.ny_news ul li .txt .tname{ color:#000; font-size:17px;overflow:hidden;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis;}
.ny_news ul li .txt .nms{font-size:14px;line-height:24px;color:#999;display:-webkit-box; -webkit-line-clamp:1 ;
 -webkit-box-orient:vertical ;overflow:hidden; text-overflow:ellipsis; height:24px; margin-top:8px; text-indent:2em; }
.ny_news ul li .more{float:right;background:#e5e5e5;width:5vh;height:5vh;text-align:center;line-height:5vh;border-radius:50px;margin-top:20px;color:#fff;}
.ny_news ul li:hover .more{background:#af0f01;}


.xwbt{ text-align:center; margin:0 auto; line-height:35px;}
.xwbt h2{ color:#333; font-size:25px; font-weight:normal;}
.xwbt h3{ font-weight:normal; margin-top:15px; font-size:15px; color:#555;padding-bottom: 20px;}
.news_detail{ padding:50px; background:#fafafa; line-height:30px;}
.news_detail img{ margin-top:20px; margin-bottom:20px;width:100%!important; height:auto!important;}

.fanhui{}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:40px;width:33%; float:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fanhui ul li:nth-child(3){ text-align:right}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#af0f01;height:40px; line-height:40px; width:150px; text-align:center; display:block}

/*集团成员*/
.newNmaeLink {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.p_news .time{ font-size:16px;}
.p_news { width:100%;


  margin: 0;
/*  width: inherit;*/
  height: auto;
  padding: 0;
  overflow: hidden;
}
.xNewList {
  position: relative;
  background: #fff;
  width: 100%;
  height: 0px;
  padding-bottom: 22%;
  transition: all 600ms ease;
  margin: 30px 0px;
}
/*.listContents {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}*/
.listContents a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.listContent {
  position: relative;
  width: 85%;
  padding: 35px;
  overflow: hidden;
  background-color: #eee;
}
.newPic {
  width: 50%;
  overflow: hidden;
  background-color: #000;
}
.xNewList:nth-child(2n) .listContents:after {
 content:"";
 background:#c02102;
 height:45px;
 width:3px;
 display:block;
 position:absolute;
 top:28px;right:0px;
 transition:all .45s;
}
.listContents:after {
 content:"";
 background:#c02102;
 height:45px;
 width:3px;
 display:block;
 position:absolute;
 top:28px;
 transition:all .45s;
}
.p_news .xNewList:nth-child(2n) .listContents a{ flex-direction:row-reverse; } 


.p_news .xNewList:hover .listContents:after {
 content:"";
 background:#c02102;
 height:50%;
 top:0px;
}
.p_news  .listSumray {
 line-height:24px;
 font-size:13px;
 text-align:justify;
 display:-webkit-box;
 -webkit-line-clamp:4;
 -webkit-box-orient:vertical;
 overflow:hidden;
 margin-top:19px;
 color:#666;
}
.p_news  .pic {
 width:100%;
 height:100%;
 transition:all 800ms ease;
}


.p_news .xiangqing {
  display: block;
  width: 100px;
  text-align: center;
  background: #c02102;
  margin-top: 20px;
  color: #fff;
  border-radius: 100px;
  padding:3px 10px;
  font-size: 14px;
}
.juli{ margin-left:80px;}


.content1 .atu img{margin-bottom:16px;}
/*联系我们联系传真内外贸分开*/
.gaodu{ margin-top:60px;}


/*公司风貌*/
.factory ul{ margin-top:50px;}
.factory ul li{  position:relative;background:#eeeeee;float:left; width:22%; margin-left:1.5%; margin-right:1.5%; padding:1% 1% 60px 1%; margin-bottom:30px; }
.factory ul li .factory_tu{ width:100%;display: flex;justify-content: center;align-items: center; height:230px; overflow:hidden}
.factory ul li .factory_name{ text-align:center; padding-bottom:15px; }
.factory ul li .factory_tu img{width:100%;height:230px; transition: all 0.8s;object-fit: cover;}
.factory ul li .factory_tu img:hover{   transform: scale(1.1);}

.factory_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  

    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.factory_name::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #af0f01;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.h_plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.h_plus span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
	font-size:24px;

}
.factory_name p { font-size: 16px;}

.factory ul li:hover .factory_name { padding-top: 40px;}
.factory ul li:hover .factory_name::before { opacity: 1;}
.factory ul li:hover .h_plus {top: -20px;visibility: visible; opacity: 1;}
.factory ul li:hover .factory_name p { color: #ffffff;}
@media screen and (max-width: 640px) {
	
	
	.gaodu{ margin-top:0px;}
	/*项目案例*/
.newNmaeLink {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.p_news .time{ font-size:14px;}
.p_news { width:100%; margin-top:30px;}
.xNewList {
  position: relative;
  background: #fff;
  width: 100%;
  height:150px!important;
  padding-bottom: 22%;
  transition: all 600ms ease;
  margin: 30px 0px;
}

.listContent {padding: 20px;}
.newPic {width: 100%;}

.xNewList:nth-child(2n) .listContents:after {
 content:"";
 background:#c02102;
 height:45px;
 width:3px;
 display:block;
 position:absolute;
 top:28px;
 transition:all .45s;
}

.listContents:after {
 content:"";
 background:#c02102;
 height:45px;
 width:3px;
 display:block;
 position:absolute;
 top:28px;
 transition:all .45s;
}
.p_news .xNewList:nth-child(2n) .listContents a{ flex-direction:row-reverse; } 


.p_news .xNewList:hover .listContents:after {
 content:"";
 background:#c02102;
 height:50%;
 top:0px;
}
.p_news  .listSumray {
 line-height:24px; display:none!important;
 font-size:13px;
 text-align:justify;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
 margin-top:19px;
 color:#666;
}


.p_news .xiangqing {width: 80px;font-size: 12px;}
	.xNewList:nth-child(1){ margin-top:0px;}
	}
	
	.cuti_case{ margin-top:50px;color: #073572;
font-size: 22px;
border-bottom: 0px dashed #d8d8d8;
text-align: center;
line-height: 40px;}
.shi1_case{ font-size:17px; margin-top:0px; color:#555; text-align:center}
.line_case{ background:#d8d8d8; margin-top:30px; margin-bottom:30px; height:1px; width:100%}
.case_fanye ul{ padding-top:20px;}


/*业务板块*/
.ywbk ul{ text-align:center}
.ywbk ul li{ width:31%; display:inline-block; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.ywbk ul li .ywtu{ overflow:hidden;display: flex;justify-content: center;
align-items: center; height:250px;}
.ywbk ul li .ywtu img{max-width:100%;height:100%; transition: all 0.8s;object-fit: cover;}
.ywbk ul li:hover .ywtu img{   transform: scale(1.1);}
.ywbk ul li:hover .yname{ color:#c02102}


/* 团队风采 */
#certify { 
	position: relative;
	width: 100%;
	margin: 0 auto;}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p { 
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 17px;
	margin: 0;
}
#certify  .swiper-slide .htht{display: flex;justify-content: center;
align-items: center; height:350px; }
#certify  .swiper-slide .htht img{max-width:90%;max-height:93%; transition: all 0.8s;}


#certify .swiper-pagination {
	width: 100%;
	bottom: 20px; }

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;display:none
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff; 
}

#certify .swiper-button-prev {
	left: -0px;
	width: 45px;background:#c02102; border-radius:50%;
	height: 45px; color:#fff; text-align:center; line-height:45px; 
	/*background: url(../images/wm_button_icon.png) no-repeat;*/
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/*background-position: 0 -46px;*/ color:#fff;
	background-size: 100%;background:#c02102;
}

#certify .swiper-button-next {
	right: -0px; color:#fff; text-align:center; 
	width: 45px; background:#c02102; border-radius:50%;
	height: 45px;line-height:45px;
	/*background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;*/
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	/*background-position: 0 -139px;*/ color:#fff;
	background-size: 100%;background:#c02102;
}

 /*内页联系我们*/
.liantxt{ font-size:18px; border-bottom:1px dashed #ddd; padding-bottom:30px; margin-bottom:30px; color:#333;}
.lianxi{ width:45%; }
.lianxi p{line-height:40px;}
.lianxi strong{ font-size:18px;}
.ditu{ width:50%; min-height:500px;}

 /*人才招聘*/
.job_1{
overflow:hidden;}
.job_1_1{
margin-top:2.8em;}
.job_1_1 ul li{
float:left; width:33.33333333333%;}
.job_1_1_1{
position:relative; overflow:hidden;}
.job_1_1_1 img{
width:100%;}
.job_1_1_1_jj{
position:absolute; left:0; width:100%; bottom:0; z-index:10; color:#fff;}
.job_1_1_1_jj_mid{
margin:1.5em;}
.job_1_1_1_jj_mid_1{
font-size:1.5em;}
.job_1_1_1_jj_mid_2{
font-size:15px; margin-top:0.4em;}
.job_1_2{
font-size:1em; line-height:2; margin:2.5em 0 4em 0; color:#000; text-align:center;}
.jobs_2{ padding-bottom:6.25em;
overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img6.jpg);}
.jobs_2_1{ margin-top:2.8em;
text-align:center; padding:2.25em; background-color:#fff;}
.jobs_3{
overflow:hidden; padding-bottom:5.5em;}
.jobs_3_1 ul li{
float:left; margin-bottom:1.6875em; width:49%;}
.jobs_3_1 ul li:nth-child(2n){
float:right;}
.jobs_3_1_1{
overflow:hidden;}
.jobs_3_1_1 img{
width:100%;}
.jobs_3_1{
margin-top:3.5em;}
.jobs_4{transition: all 0.8s;
overflow:hidden; margin:0 ; padding:0}
#mid{  margin: 0 auto;}
.jobs_4_1{overflow:hidden;
background-image:url(../images/img11.jpg); color:#fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jobs_4_1_1{ margin-top:3.766666666666667em;
text-align:center; font-size:1.875em;}
.jobs_4_1_2{ letter-spacing:0.08em;
font-size:3em; text-align:center; margin-top:0.5em; margin-bottom:2em;}
.jobs_4_1_3{ padding:1.5em 0; margin-bottom:0.625em;
background-color:#c02102; overflow:hidden;}
.joblist li{ 
float:left; width:25%; list-style:none; text-transform:capitalize}


#mid h3 {
    width: 1200px;
    float: left;
    font-size: 35px;
    color: #313131;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'AlibabaSans-Regular';
}

.joblist li:nth-child(4){
width:25%;}
.joblist li.showjobinfo{ display:none;
width:100%; clear:both; background-color:#fff;  }
.joblist_mid{
padding-left:2em; padding-right:2em;}
.joblist_mid_2,.joblist_mid_3,.joblist_mid_4{
text-align:center}
.joblist_mid_t{
font-size:16px; color:#fff}
.joblist{
display:block;}
.jobs_4_2{
 padding-top:5px; overflow:hidden;}
.jobs_4_2 ul{ cursor:pointer;
background-color:#fff; border:1px #d3d7df solid; margin-bottom:5px; margin-left:0; padding:0}
.jobs_4_2 ul li{
min-height:3.3em;}
.joblist_mid_c{
padding:1em 0; color:#333}
.showjobinfo_mid{
padding:1em 2em 0em 2em; }
.jobs_4_2 ul:hover {
  background-color: #788694;
}
.jobs_4_2 ul:hover .joblist_mid_c{ color:#fff;}

.showjobinfo_mid_1{line-height:1.8; overflow:hidden; margin-bottom:1.7em; color:#555; font-size:15px;}
.jobs_4_2 ul.on{background-color:#788694;}
.jobs_4_2 ul.on .joblist_mid_c{
color:#fff;}
.jobs_4_2 ul.joblist.on li.showjobinfo{
display:block}
.showjobinfo_mid_2 a{ padding:0.45em 2em;
display:inline-block; color:#fff; background-color:#194695;}
.showjobinfo_mid_2 a span{ padding-left:20px;
background-position:left center; background-repeat:no-repeat; display:inline-block; background-image:url(../images/img5.png);}
.jobs_4_2_2{
margin:3em 0 5.5em 0}
.jobs_4_2_2 a{
border:1px #d3d7df solid;}
 
  
@media screen and (max-width: 640px) {
.pc_daohang{ display:none}
.wap_daohang{ display:block}


.wd1300{ width:95%;padding-top:40px; padding-bottom:40px;}

.title1{ font-size:30px;}
.title2{ font-size:25px;}

.flex{display: block; }



/*首页公司简介*/
.index_about .wd1300{width:100%;display: block;  height:auto; }

.index_about .abtu{ width:100%; height:200px;}
.index_about .abtu img{ width:100%; height:100%; object-fit: cover;}
.index_about .abtxt{ padding:40px; width:100%;}
.index_about .abnr{ font-size:14px; line-height:25px;height:150px;}

.index_about .abtxt .ab2{ font-size:20px; }

.ayoushi{ width:100%; margin-top:30px; }
.ayoushi ul { display:flex}
.ayoushi ul li{margin-right:30px; padding:20px;}
.ayoushi ul li .ymiao h2{ font-size:30px;}
.ayoushi ul li .ymiao span{ margin-top:15px}
.ayoushi ul li .yms{ font-size:14px;}

/*首页业务板块*/
.yewu{ padding-top:10px; padding-bottom:0px;}
/*.yewu ul li:nth-child(4){ width:49%; height:120px;}
.yewu ul li:nth-child(5){ width:49%;height:120px;}
.yewu ul li:nth-child(6){ width:49%;height:120px;}
.yewu ul li:nth-child(7){ width:49%;height:120px; position:inherit;top:0px;right:0px;}*/
.yewu ul li {
    width: calc((100% - 8px) / 2);
 margin-bottom:7px; height:140px;}

.yewu  ul li .title { font-size:15px;} 






.nybanner{ margin-top:0px; }
.nyabout{ background-size:140%;height:150px;}
.nynews{ background-size:140%;height:150px;}
.nyjituan{ background-size:140%;height:150px;}
.nyyewu{ background-size:140%;height:150px;}
.nycon{ background-size:140%;height:150px;}
.nyly{ background-size:140%;height:150px;}


/*内页*/
.p_list{ margin-top:0px;}
.p_list ul{width:100%;}
.plist_pro ul{ width:100%!important}
.p_list ul li{line-height:40px;}


.pyewu ul{ display:block; text-align:center; width:100%!important}
.pyewu ul li{ width:33%; display:inline-block;}
.weizhi{ line-height:40px;font-size:14px; }

.dingwei{ width:95%;font-size:13px; padding-top:10px; padding-bottom:10px;}
.dingwei{background:url(../images/dw.png) no-repeat left top 15px; padding-left:25px; background-size:auto 20px;  line-height:25px;}
.dingwei span{ padding-left:5px; padding-right:5px;}


.nymain{ width:95%;padding-top:40px; padding-bottom:40px;}

.ntitle1{ font-size:28px;}
.ntitle1 i {width: 20px;  margin: 0 20px;}
.ntitle2{ font-size:30px;}
.neirong{ margin-top:40px; line-height:28px; font-size:14px;}

/*内页公司简介*/
.jieshao p{ margin-bottom:15px; line-height:28px;}

.neiabout .wd1300{ display:block;}

.neiabout .abtxt{ width:100%; padding:20px; font-size:14px; line-height:28px;}
.neiabout .abjs{ padding:20px; line-height:28px;}

.neiabout .abtxt .abnr p{ margin-bottom:10px;}
.neiabout .abtxt .abnr{ line-height:28px; } 
.neiabout .abtxt .ab2{ font-size:20px; margin-top:10px; margin-bottom:30px; color:#111;}

.neiabout .ayoushi{ width:100%; margin-top:0px; padding-bottom:40px;}
.neiabout .ayoushi ul { display:flex}
.neiabout .ayoushi ul li:nth-child(2){  margin-right:0px; margin-top:0px;}

.neiabout .ayoushi ul li .ymiao h2{ font-size:30px;}

/*公司风貌*/
.factory ul li:nth-child(2n){ float:right}
.factory ul li{ width:48%; margin-left:0%; margin-right:0%; padding:1% 1% 50px 1%; margin-bottom:20px; }
.factory ul li .factory_tu{  height:150px;}
.factory ul li .factory_name{ text-align:center; padding-bottom:10px; }
.factory ul li .factory_tu img{height:150px; }
.factory_name p {
  font-size: 15px;
}




/*发展历程*/

.fzlc{ width:100%; }
.event_year{width:15%;margin-top:15px; }
.event_year li{height:40px;line-height:40px;background:#FFF;margin-bottom:1px;font-size:18px;color:#828282;cursor:pointer;}

.event_list{width:80%;}
.event_list h3{margin:0 0 5px -3px;font-size:20px;color:#b51400;padding-left:25px;line-height:50px;padding-top:10px;}


.event_list li {margin:0;width:auto;}

.event_list li dl{  display:block}
.event_list li dl dd{ width:48%;display:inline-block; margin-right:0px;margin-top:10px;}
.event_list li dl dd:nth-child(2n){ float:right}

.event_list li dl dd img{ max-height:80px;}



/*合作伙伴*/
.hezuo ul li{ width:28%;}
.hezuo_tu{ height:100px;}


/*内页新闻*/

.ny_news ul li .time{width:15%;}
.ny_news ul li .time h1{font-size:22px;font-weight:bold;}

.ny_news ul li .txt {width:70%;}

.ny_news ul li .txt .tname{  font-size:16px;}
.ny_news ul li .more i{ font-size:12px;}
.ny_news ul li .more{;width:4vh;height:4vh;}



.xwbt{ line-height:30px;}
.xwbt h2{ font-size:20px;}
.xwbt h3{margin-top:10px; font-size:15px; }
.news_detail{ padding:20px; line-height:28px; font-size:14px;}


.fanhui{}
.fanhui ul { padding-top:30px; display:block}
.fanhui ul li{ line-height:40px;width:100%; float:none; text-align:center;}
.fanhui ul li:nth-child(3){ text-align:center}
.fanhui ul li:nth-child(2){ text-align:center;  }



/*业务板块*/
.ywbk ul{ text-align:center}
.ywbk ul li{ width:48%; margin-left:1%; margin-right:1%; }
.ywbk ul li .ywtu{ height:150px;}




 /*内页联系我们*/
.liantxt{ font-size:16px; border-bottom:1px dashed #ddd; padding-bottom:20px; margin-bottom:20px; color:#333;}
.lianxi{ width:100%; }
.lianxi p{line-height:40px;}
.lianxi strong{ font-size:18px;}
.ditu{ width:100%; min-height:300px; height:300px; margin-bottom:30px;}

 /*人才招聘*/

.joblist_mid_t{font-size:14px;}


.showjobinfo_mid_1{font-size:14px;}



 
}

@media screen and (min-width: 375px) and (max-width: 414px){
.yewu ul li {
  height:140px;}
}

@media screen and (min-width: 414px) and (max-width: 428px){
.yewu ul li {
  height:150px;}
}

